Bluetooth Repository_ Factory
Functions
Link copied to clipboard
open fun create(applicationProvider: Provider<Application>, bluetoothAdapterLazyProvider: Provider<BluetoothAdapter>, bluetoothBroadcastReceiverLazyProvider: Provider<BluetoothBroadcastReceiver>, dispatchersProvider: Provider<CoroutineDispatchers>, processLifecycleProvider: Provider<Lifecycle>): BluetoothRepository_Factory
Link copied to clipboard
open fun newInstance(application: Application, bluetoothAdapterLazy: Lazy<BluetoothAdapter>, bluetoothBroadcastReceiverLazy: Lazy<BluetoothBroadcastReceiver>, dispatchers: CoroutineDispatchers, processLifecycle: Lifecycle): BluetoothRepository